home *** CD-ROM | disk | FTP | other *** search
- PencilView = {
- ACTIONS = {
- makeClipGroup:;
- scroll:;
- deleteGraphic:;
- copyAsPostScript:;
- insertNextPoint:;
- saveAs:;
- toFront:;
- makeStandardGroup:;
- changeScale:;
- insertPoint:;
- ungroup:;
- deletePoint:;
- selectAll:;
- deselectAll:;
- toBack:;
- };
- OUTLETS = {
- currentGraphic;
- inspector;
- scrollFactor;
- glist;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-